FIR: render constructor resolve phase in FirRenderer when renderDeclarationResolvePhase is requested
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FILE: main.kt
|
||||
public final [BODY_RESOLVE] class WithElvis : R|kotlin/Any| {
|
||||
public constructor(value: R|kotlin/String?|): R|elvis/WithElvis| {
|
||||
public [CONTRACTS] constructor(value: R|kotlin/String?|): R|elvis/WithElvis| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FILE: main.kt
|
||||
public final [BODY_RESOLVE] class Foo : R|kotlin/Any| {
|
||||
public constructor(): R|Foo| {
|
||||
public [BODY_RESOLVE] constructor(): R|Foo| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ FILE: main.kt
|
||||
public final [CONTRACTS] val x: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public constructor(): R|Foo| {
|
||||
public [BODY_RESOLVE] constructor(): R|Foo| {
|
||||
super<R|kotlin/Any|>()
|
||||
this@R|/Foo|.R|/Foo.x| = Int(42)
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FILE: main.kt
|
||||
public final [STATUS] class My : R|kotlin/Any| {
|
||||
public constructor(): R|My| {
|
||||
public [STATUS] constructor(): R|My| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user