[Analysis API] fix "KotlinIllegalStateExceptionWithAttachments: expected as maximum one expect for the actual"
^KT-61597 fixed
This commit is contained in:
committed by
Space Team
parent
f39153b6e6
commit
56910b70a3
+2
-1
@@ -1 +1,2 @@
|
||||
expected symbol: null
|
||||
expected symbols:
|
||||
|
||||
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
expected symbol: Common.kt : object Platform
|
||||
expected symbols:
|
||||
Common.kt : object Platform
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
expected symbols:
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
|
||||
// MODULE: commonMain1
|
||||
// FILE: Common1.kt
|
||||
|
||||
package sample
|
||||
expect fun foo()
|
||||
|
||||
// MODULE: commonMain2
|
||||
// FILE: Common2.kt
|
||||
|
||||
package sample
|
||||
expect fun foo()
|
||||
|
||||
// MODULE: androidMain(commonMain1, commonMain2)
|
||||
// FILE: JvmAndroid.kt
|
||||
|
||||
package sample
|
||||
actual fun f<caret>oo() {}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
expected symbols:
|
||||
Common1.kt : fun foo()
|
||||
Common2.kt : fun foo()
|
||||
Reference in New Issue
Block a user