Add test checking file annotations resolution
#KT-37219 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(arg: String) {
|
||||
<caret>arg
|
||||
}
|
||||
|
||||
fun bar(arg: Int) {
|
||||
arg
|
||||
}
|
||||
Reference in New Issue
Block a user