FIR: Fixes in testdata after implementing FIR-specific IrBuiltIns

This commit is contained in:
Ilya Chernikov
2021-05-30 21:20:27 +02:00
committed by TeamCityServer
parent 01f26ec699
commit 8f5d5c3ace
14 changed files with 39 additions and 47 deletions
@@ -1,5 +1,4 @@
// TODO: FirModuleDescriptor provides default builtins which filters out platform-specific functions (and defaults are considered platform-specific)
// IGNORE_BACKEND_FIR: JVM_IR
// SKIP_JDK6
// TARGET_BACKEND: JVM
// FULL_JDK
-1
View File
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FULL_JDK
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// MODULE: lib
// FILE: CharBuffer.java
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun foo() {}
fun id(s: String) = s