Files
kotlin-fork/idea/testData/refactoring/changeSignature/JavaMethodKotlinUsagesAfter.1.kt
T
Alexey Sedunov bab762b761 Implement post-refactoring optimization of unused imports
#KT-15822 Fixed
 #KT-13755 Fixed
2017-03-22 13:36:11 +03:00

4 lines
44 B
Kotlin
Vendored

fun test() {
J.bar("1")
J.bar("3")
}