Require 'jvmDefaultFlag' for default super calls

This commit is contained in:
Mikhael Bogdanov
2018-04-03 15:48:06 +02:00
parent db59e916fb
commit 2c56f0bfd3
17 changed files with 328 additions and 26 deletions
@@ -25,4 +25,8 @@ interface C: ANonDefault, A {
interface D: A, ANonDefault {
<!JVM_DEFAULT_REQUIRED_FOR_OVERRIDE!>override fun test()<!> {}
}
class Foo : A {
override fun test() {}
}