f8edaad420
not depend on actual modifier since it's not legal there
7 lines
92 B
Kotlin
7 lines
92 B
Kotlin
package d
|
|
|
|
<!ILLEGAL_MODIFIER!>override<!> val f : ()-> Int = { 12 }
|
|
|
|
fun test() {
|
|
f()
|
|
} |