Add test checking file annotations resolution
#KT-37219 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/*All (1)*/fun test(/*All (2)*/baz: /*All (3)*/Int/*(3)*//*(2)*/) {
|
||||
/*Full (4)*/fun irrelevant() {
|
||||
/*Full (5)*/val foo = "bar"/*(5)*/
|
||||
}/*(4)*/
|
||||
/*All (6)*/baz/*(6)*/ /*None (7)*/=/*(7)*/ 42
|
||||
}/*(1)*/
|
||||
Reference in New Issue
Block a user