Files
kotlin/compiler/testData/codegen/bytecodeText/annotationDefaultValue.kt
2015-09-18 10:14:32 +03:00

6 lines
83 B
Kotlin
Vendored

annotation class Ann(val arg: String = "abc")
@Ann class MyClass
// 1 @LAnn;\(\)