Files
kotlin-fork/jps-plugin/testData/general/CircularDependenciesSamePackage/module1/src/a.kt
T
Alexander Udalov 59777e7df6 Generate "$kotlinClass"/"$kotlinPackage" reflection fields to every class
Some seemingly irrelevant tests were changed because now there's <clinit> in
almost every class and class initialization begins with executing it
2014-07-02 01:26:18 +04:00

8 lines
39 B
Kotlin
Vendored

package test
fun a() {
}
val a = ""