mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Update test affected by ApproximateIntegerLiteralTypesInReceiverPosition feature
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
// For reasons this test is ignored, go to KT-46419
|
// For reasons this test is ignored, go to KT-46419
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
package test
|
package test
|
||||||
|
|
||||||
annotation class Ann(
|
annotation class Ann(
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
package test
|
package test
|
||||||
|
|
||||||
annotation class Ann(
|
annotation class Ann(
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ApproximateIntegerLiteralTypesInReceiverPosition
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
// IGNORE_BACKEND_FIR: JVM_IR
|
||||||
// SKIP_KT_DUMP
|
// 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).
|
// 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
|
// EXPECTED_REACHABLE_NODES: 1375
|
||||||
package foo
|
package foo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user