Fix checker for -Xjvm-defaults

This commit is contained in:
Mikhael Bogdanov
2021-03-08 16:18:11 +01:00
committed by Space
parent 8b8262096c
commit 71c134e54f
5 changed files with 42 additions and 7 deletions
@@ -0,0 +1,5 @@
package base
interface UExpression {
fun evaluate(): Any? = "fail"
}