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

7 lines
211 B
Plaintext
Vendored

/*All (1)*/fun foo(/*All (2)*/arg: /*All (3)*/String/*(3)*//*(2)*/) {
/*All (4)*/arg/*(4)*/
}/*(1)*/
/*None (5)*/fun bar(/*None (6)*/arg: /*None (7)*/Int/*(7)*//*(6)*/) {
/*None (8)*/arg/*(8)*/
}/*(5)*/