Add test for multi-platform find usages #KT-15665 Obsolete

+ perform minor AbstractFindUsagesTest refactoring
This commit is contained in:
Mikhail Glukhikh
2017-04-20 17:52:57 +03:00
parent 4e8fe18ca8
commit 247a571f51
7 changed files with 255 additions and 137 deletions
@@ -0,0 +1,6 @@
impl fun boo(s: String) {}
fun test() {
boo("a")
boo("b")
}