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

7 lines
70 B
Kotlin
Vendored

fun foo(arg: String) {
<caret>arg
}
fun bar(arg: Int) {
arg
}