5 lines
344 B
Plaintext
Vendored
5 lines
344 B
Plaintext
Vendored
compiler/testData/compileKotlinAgainstCustomBinaries/jvmDefaultNonDefaultInheritanceSuperCall/source.kt:5:22: error: interfaces can only call JVM-default members via super within JVM-default members. Please use '-Xjvm-default=all/all-compatibility' modes for such calls.
|
|
return super.evaluate()
|
|
^
|
|
COMPILATION_ERROR
|