Tests: merge firTestWithJvmBackend into testsWithJvmBackend
This commit is contained in:
committed by
Space Team
parent
9935519656
commit
8fc6c03e16
-5
@@ -1,5 +0,0 @@
|
||||
/exceptionFromInterpreter.kt:6:26: error: Cannot evaluate constant expression: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:7:26: warning: Constant expression will throw an exception at runtime: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:8:39: error: Cannot evaluate constant expression: marginPrefix must be non-blank string.
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
/exceptionFromInterpreter.kt:7:26: error: Cannot evaluate constant expression: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:8:26: warning: Constant expression will throw an exception at runtime: / by zero
|
||||
|
||||
/exceptionFromInterpreter.kt:9:39: error: Cannot evaluate constant expression: marginPrefix must be non-blank string.
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !RENDER_ALL_DIAGNOSTICS_FULL_TEXT
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// !DIAGNOSTICS: -CONST_VAL_WITH_NON_CONST_INITIALIZER, -DIVISION_BY_ZERO
|
||||
+1
@@ -1,4 +1,5 @@
|
||||
package
|
||||
|
||||
public val disivionByZeroWarn: kotlin.Int
|
||||
public const val divideByZero: kotlin.Int
|
||||
public const val trimMarginException: kotlin.String
|
||||
Reference in New Issue
Block a user