b2a2e4ae92
It checks that no value is emitted if argument is not specified
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
annotation class Ann(val arg: String = "abc")
|
|
|
|
Ann class MyClass
|
|
|
|
// 1 @LAnn;\(\)
|