c7d7d903cd
Only the WithoutJavac version for now, because the other one ignores javac errors.
5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
package test
|
|
|
|
class A(val a: Int = 1, val b: String = "default")
|