Files
kotlin-fork/idea/testData/resolve/resolveModeComparison/NestedFunctions.after
T
Pavel Kirpichenkov 79d7babb57 Add test checking file annotations resolution
#KT-37219 Fixed
2020-07-14 17:07:42 +03:00

6 lines
217 B
Plaintext
Vendored

/*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)*/