Add test checking file annotations resolution

#KT-37219 Fixed
This commit is contained in:
Pavel Kirpichenkov
2020-07-14 12:52:22 +03:00
parent 36a46482c5
commit 79d7babb57
11 changed files with 316 additions and 0 deletions
@@ -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)*/