Files
kotlin/compiler/testData/codegen/bytecodeText/annotationDefaultValue.kt
Denis Zharkov b2a2e4ae92 Add bytecodeText test for annotation with default value
It checks that no value is emitted if argument is not specified
2015-04-16 10:40:20 +03:00

6 lines
82 B
Kotlin
Vendored

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