add tests for serializaion of nested classes and objects (builtins and js)
This commit is contained in:
@@ -64,6 +64,10 @@ public class BuiltInsSerializerTest : TestCaseWithTmpdir() {
|
||||
doTest("simple.kt")
|
||||
}
|
||||
|
||||
fun testNestedClassesAndObjects() {
|
||||
doTest("nestedClassesAndObjects.kt")
|
||||
}
|
||||
|
||||
fun testCompileTimeConstants() {
|
||||
doTest("compileTimeConstants.kt")
|
||||
}
|
||||
|
||||
@@ -101,6 +101,10 @@ public class KotlinJavascriptSerializerTest : TestCaseWithTmpdir() {
|
||||
doTest("builtinsSerializer/simple.kt")
|
||||
}
|
||||
|
||||
fun testNestedClassesAndObjects() {
|
||||
doTest("builtinsSerializer/nestedClassesAndObjects.kt")
|
||||
}
|
||||
|
||||
fun testCompileTimeConstants() {
|
||||
doTest("builtinsSerializer/compileTimeConstants.kt")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user