Add comments to skipped FIR tests
This commit is contained in:
committed by
TeamCityServer
parent
dce8bd4e62
commit
64b45e6d1b
@@ -1,3 +1,4 @@
|
|||||||
|
// TODO: FirModuleDescriptor provides default builtins which filters out platform-specific functions (and defaults are considered platform-specific)
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
// SKIP_JDK6
|
// SKIP_JDK6
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
// !LANGUAGE: -InlineConstVals
|
// !LANGUAGE: -InlineConstVals
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
|
|
||||||
|
// Fir2Ir IrConstTransformer inline everything it can unconditionally
|
||||||
|
// No fix atm, we don't have to support this feature
|
||||||
const val z = 0
|
const val z = 0
|
||||||
|
|
||||||
fun a() {
|
fun a() {
|
||||||
|
|||||||
Reference in New Issue
Block a user