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