Cleanup after review
+ stub builder test for multifile class
This commit is contained in:
@@ -3,10 +3,18 @@
|
||||
|
||||
package test
|
||||
|
||||
public val p: kotlin.Int /* compiled code */
|
||||
public val val1b: kotlin.Int /* compiled code */
|
||||
|
||||
public fun f(): kotlin.Unit { /* compiled code */ }
|
||||
private val kotlin.String.val2b: kotlin.Int /* compiled code */
|
||||
|
||||
private var i: kotlin.Int /* compiled code */
|
||||
public fun fn1b(): kotlin.Unit { /* compiled code */ }
|
||||
|
||||
public fun kotlin.Int.plus(i: kotlin.Int /* = compiled code */): kotlin.Int { /* compiled code */ }
|
||||
public fun kotlin.String.fn2b(): kotlin.Unit { /* compiled code */ }
|
||||
|
||||
public val val1a: kotlin.Int /* compiled code */
|
||||
|
||||
private val kotlin.String.val2a: kotlin.Int /* compiled code */
|
||||
|
||||
public fun fn1a(): kotlin.Unit { /* compiled code */ }
|
||||
|
||||
public fun kotlin.String.fn2a(): kotlin.Unit { /* compiled code */ }
|
||||
Reference in New Issue
Block a user