[FIR] Refactor the default messages presence checking
Forbid calling `checkMissingMessages` accidentally outside tests. Checking Parcelize default messages inside a test.
This commit is contained in:
committed by
Space Team
parent
73f8c984a1
commit
20786bb35a
@@ -20,6 +20,7 @@ dependencies {
|
||||
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))
|
||||
testCompileOnly(project(":kotlin-test:kotlin-test-junit"))
|
||||
testApi(projectTests(":compiler:tests-common"))
|
||||
testApi(projectTests(":compiler:tests-common-new"))
|
||||
testApi(projectTests(":compiler:fir:raw-fir:psi2fir"))
|
||||
testApi(projectTests(":compiler:fir:raw-fir:light-tree2fir"))
|
||||
testApi(projectTests(":compiler:fir:analysis-tests:legacy-fir-tests"))
|
||||
|
||||
Reference in New Issue
Block a user