mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 00:21:28 +00:00
Update test affected by ApproximateIntegerLiteralTypesInReceiverPosition feature
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// For reasons this test is ignored, go to KT-46419
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// WITH_REFLECT
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// WITH_REFLECT
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
package test
|
||||
|
||||
annotation class Ann(
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
package test
|
||||
|
||||
annotation class Ann(
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// SKIP_KT_DUMP
|
||||
// This test exists only to check that we don't accidentally break the buggy behavior of the old JVM backend in JVM IR (KT-42321).
|
||||
|
||||
1
jps-plugin/testData/incremental/pureKotlin/allConstants/args.txt
vendored
Normal file
1
jps-plugin/testData/incremental/pureKotlin/allConstants/args.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
-XXLanguage:-ApproximateIntegerLiteralTypesInReceiverPosition -XXLanguage:-ProhibitSimplificationOfNonTrivialConstBooleanExpressions
|
||||
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||
// EXPECTED_REACHABLE_NODES: 1375
|
||||
package foo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user