Add tests for local variables with type parameters (KT-8341)

This commit is contained in:
victor.petukhov
2018-12-25 17:38:45 +03:00
parent a72515d822
commit 04fa6e8ab4
3 changed files with 149 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ val remoteRunTests by task<Test> {
val includeTests = setOf(
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Local_variables\$Type_parameters*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Objects\$Inheritance*"
)