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 @@
fun test(baz: Int) {
fun irrelevant() {
val foo = "bar"
}
<caret>baz = 42
}