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

6 lines
95 B
Kotlin
Vendored

fun test(baz: Int) {
fun irrelevant() {
val foo = "bar"
}
<caret>baz = 42
}