[FIR] Expand type of const val in FirConstPropertyChecker
This commit is contained in:
committed by
TeamCityServer
parent
669985f853
commit
478a512b24
+4
@@ -0,0 +1,4 @@
|
||||
FILE: constValWithTypealiasType.kt
|
||||
public final typealias Foo = R|kotlin/Int|
|
||||
public final const val x: R|Foo| = Int(10)
|
||||
public get(): R|Foo|
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
typealias Foo = Int
|
||||
|
||||
const val x: Foo = 10
|
||||
Reference in New Issue
Block a user