Support annotations on property accessors in JS/common metadata
#KT-14529 Fixed
This commit is contained in:
@@ -112,4 +112,8 @@ class BuiltInsSerializerTest : TestCaseWithTmpdir() {
|
||||
fun testBinaryRetainedAnnotation() {
|
||||
doTest("binaryRetainedAnnotation.kt")
|
||||
}
|
||||
|
||||
fun testPropertyAccessorAnnotations() {
|
||||
doTest("propertyAccessorAnnotations.kt")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,4 +152,8 @@ class KotlinJavascriptSerializerTest : TestCaseWithTmpdir() {
|
||||
fun testEnum() {
|
||||
doTest("builtinsSerializer/annotationArguments/enum.kt")
|
||||
}
|
||||
|
||||
fun testPropertyAccessorAnnotations() {
|
||||
doTest("builtinsSerializer/propertyAccessorAnnotations.kt")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user