[LL] Disable declaration modification service tests temporarily
- We cannot configure write access using the application environment creation because application environments are cached between test runs. ^KT-63560
This commit is contained in:
committed by
Space Team
parent
23e0e40acc
commit
271f83d07d
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
import kotlin.contracts.contract
|
||||
import kotlin.contracts.InvocationKind
|
||||
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
fun foo(string: String) {
|
||||
<expr>println("Hello world, $string!")</expr>
|
||||
}
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
fun foo(string: String) {
|
||||
val a = 7
|
||||
<expr>println("Hello world, $string!")</expr>
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
import kotlin.contracts.InvocationKind
|
||||
|
||||
inline fun foo(block: () -> Unit) {
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
fun foo(string: String) {
|
||||
<expr>string.length</expr>
|
||||
}
|
||||
|
||||
+3
@@ -1,3 +1,6 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
fun foo(string: String) {
|
||||
println()
|
||||
<expr>string.length</expr>
|
||||
|
||||
+3
@@ -1 +1,4 @@
|
||||
// IGNORE_FIR
|
||||
// Reason: KT-63560
|
||||
|
||||
<expr>val property: Int = 5</expr>
|
||||
|
||||
Reference in New Issue
Block a user