[FIR] Revert workaround for IC issue surfaced by KT-58335

#KT-28233
This commit is contained in:
Kirill Rakhman
2023-05-11 17:42:43 +02:00
committed by Space Team
parent 878dd67d92
commit a50ae9db9d
16 changed files with 6 additions and 108 deletions
@@ -138,7 +138,7 @@ fun main(args: Array<String>) {
excludedPattern = "^(secondaryConstructorAdded|withIntermediateBodiesChanged|companionObjectNameChanged).*")
model("incremental/js", extension = null, excludeParentDirs = true)
model("incremental/scopeExpansion", extension = null, excludeParentDirs = true,
excludedPattern = "^protectedBecomesPublicAccessedTroughChild.*")
excludedPattern = "^(protectedBecomesPublicAccessedTroughChild|changeTypeAliasAndUsage).*")
}
testClass<AbstractIncrementalJsCompilerRunnerWithFriendModulesDisabledTest> {