Always use default 1.6 build target unless of 'jvm-target' option
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface A {
|
||||
fun test() = "OK"
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(object : A {}.test())
|
||||
}
|
||||
Reference in New Issue
Block a user