Rework checking constraints by presented OnlyInputTypes annotation in accordance with changed incorporation mechanism
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun isImportedByDefault(c: String?, x: Set<Int>) = c?.let { it.toInt() } in x
|
||||
|
||||
fun box(): String = "OK"
|
||||
Reference in New Issue
Block a user