Add test for multi-platform find usages #KT-15665 Obsolete
+ perform minor AbstractFindUsagesTest refactoring
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
impl fun boo(s: String) {}
|
||||
|
||||
fun test() {
|
||||
boo("a")
|
||||
boo("b")
|
||||
}
|
||||
Reference in New Issue
Block a user