Postpone promoting warnings to errors for ProperTypeInferenceConstraintsProcessing

^KT-49322 Fixed
This commit is contained in:
Victor Petukhov
2021-10-20 11:58:20 +03:00
parent 64c682f465
commit 34fb61fb3e
7 changed files with 8 additions and 23 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ fun String.asFsdAddress(): String {
fun box(): String {
val state = Test().state
if (state is GoBuildingRunningState<*>) {
state.<!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>buildingWorkingDirectory<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>asFsdAddress<!>()
<!DEBUG_INFO_SMARTCAST, TYPE_MISMATCH_WARNING!>state<!>.buildingWorkingDirectory.asFsdAddress()
}
return "OK"
}