FIR: add K/J test with getValue() / value fake cycle

This commit is contained in:
Mikhail Glukhikh
2019-08-29 15:35:41 +03:00
parent f0f4ddecc0
commit 62bb127fc9
5 changed files with 34 additions and 0 deletions
@@ -0,0 +1,6 @@
public open class Base : R|kotlin/Any| {
public open field value:
public constructor(): R|Base|
}