mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[kotlin] fix test data
- new constant evaluation disregards unresolved references KT-68923 GitOrigin-RevId: 68c3fad179292c9e335b074ff88b90c0549651ec
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2af4b7e5a2
commit
5795a4c736
+1
-1
@@ -2,5 +2,5 @@
|
||||
val a = 1
|
||||
|
||||
fun foo(): Int {
|
||||
return <selection>1.inv(1)</selection>
|
||||
return <selection>1.inv()</selection>
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
val a = 1
|
||||
|
||||
private const val i = 1.inv(1)
|
||||
private const val i = 1.inv()
|
||||
|
||||
fun foo(): Int {
|
||||
return i
|
||||
|
||||
Reference in New Issue
Block a user