Serialize annotations on type parameters in builtins

This commit is contained in:
Denis Zharkov
2016-01-19 14:04:20 +03:00
parent 4cf1393e81
commit d7e035fd9b
4 changed files with 24 additions and 0 deletions
@@ -62,6 +62,10 @@ class BuiltInsSerializerTest : TestCaseWithTmpdir() {
doTest("simple.kt")
}
fun testTypeParameterAnnotation() {
doTest("typeParameterAnnotation.kt")
}
fun testNestedClassesAndObjects() {
doTest("nestedClassesAndObjects.kt")
}