mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
FIR: implement Java fields (in provider, type enhancement, scopes)
Related to KT-29218
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
public final class ClassWithConstVal : R|java/lang/Object| {
|
||||
public final property f(val): R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
public final property f2(val): R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user