test: add test case for inlay hint support for expr with label

This commit is contained in:
Young-Flash 2024-08-04 19:19:15 +08:00
parent 722020e63f
commit 747615d95b

View file

@ -240,6 +240,19 @@ fn test() {
//^ 'do_a
}
//^ 'end
'a: loop {
'b: for i in 0..5 {
'c: while true {
}
//^ 'c
}
//^ 'b
}
//^ 'a
}
//^ fn test
"#,