a2e453b759
CKAKTest is now abstract, the actual testcases are generated via GenerateTests into CompileKotlinAgainstKotlinTestGenerated. Also invokeMain() now invokes namespace.main instead of bbb.namespace.main.
4 lines
37 B
Kotlin
4 lines
37 B
Kotlin
package aaa
|
|
|
|
class A(val a: Int = 1)
|