[FIR] Revert workaround for IC issue surfaced by KT-58335
#KT-28233
This commit is contained in:
committed by
Space Team
parent
878dd67d92
commit
a50ae9db9d
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user