Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/removeUnusedFile/unused.kt
T
2017-08-29 04:28:10 +03:00

5 lines
42 B
Kotlin
Vendored

package test
fun foo() {}
class Bar() {}