Serialize annotations on type parameters in builtins
This commit is contained in:
@@ -62,6 +62,10 @@ class BuiltInsSerializerTest : TestCaseWithTmpdir() {
|
||||
doTest("simple.kt")
|
||||
}
|
||||
|
||||
fun testTypeParameterAnnotation() {
|
||||
doTest("typeParameterAnnotation.kt")
|
||||
}
|
||||
|
||||
fun testNestedClassesAndObjects() {
|
||||
doTest("nestedClassesAndObjects.kt")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user