Separate tests for ordering of deserialized members
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
val f1 = 1
|
||||
fun f2() = 1
|
||||
val f3 = 1
|
||||
fun f4() = 1
|
||||
fun f4(i: Int) = 1
|
||||
val f5 = 1
|
||||
Reference in New Issue
Block a user