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 cce9da3bef
commit a95ff26fdc

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
"#,