Add tests for constructors of annotation classes with JvmOverloads (KT-25702)

This commit is contained in:
victor.petukhov
2018-12-25 17:37:28 +03:00
parent ea24a3c602
commit a72515d822
4 changed files with 273 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ val remoteRunTests by task<Test> {
val packagePrefix = "org.jetbrains.kotlin."
val includeTests = setOf(
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Objects\$Inheritance*"
)