[FIR] Properly load isExpect flag for constructors
^KT-57635 Fixed
This commit is contained in:
committed by
Space Team
parent
88d61173b6
commit
b2e03035a9
+1
-1
@@ -53,7 +53,7 @@ class CustomK2Tests : KGPBaseTest() {
|
||||
}
|
||||
|
||||
@GradleTest
|
||||
@DisplayName("HMPP compilation without JS target. KT-57376")
|
||||
@DisplayName("HMPP compilation without JS target. KT-57376, KT-57635")
|
||||
fun testHmppCompilationWithoutJsTarget(gradleVersion: GradleVersion) {
|
||||
with(project("k2-mpp-without-js", gradleVersion)) {
|
||||
val taskToExecute = ":compileIntermediateMainKotlinMetadata"
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// ISSUE: KT-57635
|
||||
package kt57635
|
||||
|
||||
expect class A()
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// ISSUE: KT-57635
|
||||
package kt57635
|
||||
|
||||
actual class A actual constructor()
|
||||
Reference in New Issue
Block a user