Refactor CompileKotlinAgainstKotlinTest
CKAKTest is now abstract, the actual testcases are generated via GenerateTests into CompileKotlinAgainstKotlinTestGenerated. Also invokeMain() now invokes namespace.main instead of bbb.namespace.main.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package aaa
|
||||
|
||||
fun hello() = 17
|
||||
Reference in New Issue
Block a user