Basic class members generation.
Split testData into 'classes' and 'expressions'.
This commit is contained in:
committed by
Dmitry Petrov
parent
703d3405ed
commit
0b647ac358
@@ -0,0 +1,11 @@
|
||||
enum class Enum { A }
|
||||
object A
|
||||
val a = 0
|
||||
class Z {
|
||||
companion object
|
||||
}
|
||||
|
||||
fun test1() = Enum.A
|
||||
fun test2() = A
|
||||
fun test3() = a
|
||||
fun test4() = Z
|
||||
Reference in New Issue
Block a user