Files
kotlin-fork/plugins/annotation-processing/testData/processors/ErasureSimple.kt
T
Yan Zhulanow cc7eaeb910 Kapt: Allow passing primitive types and void to erasure() (KT-13617)
(cherry picked from commit 91444c5)
2016-09-10 17:36:15 +03:00

5 lines
72 B
Kotlin
Vendored

@Deprecated("")
class Test {
fun a(): Int = 5
fun b(): Unit {}
}