backend/tests: add defaults{4,5,6}
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
open class Foo(val x: Int = 42)
|
||||
class Bar : Foo()
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(Bar().x)
|
||||
}
|
||||
Reference in New Issue
Block a user