[FIR] Support @OnlyInputTypes annotation

^KT-54807 Fixed
This commit is contained in:
Dmitriy Novozhilov
2022-11-08 12:17:20 +02:00
committed by Space Team
parent 5cc08fb314
commit 1b27d60307
48 changed files with 98 additions and 484 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2: JVM_IR, JS_IR
// FIR status: Disabling of StrictOnlyInputTypesChecks is not supported by FIR
// WITH_STDLIB
// !LANGUAGE: -StrictOnlyInputTypesChecks
@@ -79,4 +81,4 @@ fun box(): String {
poll81()
poll91()
return "OK"
}
}
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2: JVM_IR, JS_IR
// FIR status: Disabling of StrictOnlyInputTypesChecks is not supported by FIR
// WITH_STDLIB
// !LANGUAGE: -StrictOnlyInputTypesChecks
@@ -79,4 +81,4 @@ fun box(): String {
poll81()
poll91()
return "OK"
}
}