Files
kotlin-fork/idea/testData/inspections/unusedSymbol/function/unusedButEntryPointAnnotated.kt
T
2015-06-17 13:14:06 +03:00

4 lines
43 B
Kotlin
Vendored

@test.anno.EntryPoint
fun entryPoint() {
}