Files
Alexander Udalov 7b7619d1f3 Refactor CompileKotlinAgainstCustomBinariesTest
Make all filenames start with lowercase letter (instead of half lower / half
upper)
2014-03-19 23:24:27 +04:00

8 lines
102 B
Kotlin

package test
enum class E { ENTRY }
annotation class Anno(val e: E)
Anno(E.ENTRY) open class Class