[FIR] Support @OnlyInputTypes annotation
^KT-54807 Fixed
This commit is contained in:
committed by
Space Team
parent
5cc08fb314
commit
1b27d60307
Vendored
+3
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user