Fix return type of private members that return anonymous object
#KT-16813 Fixed Anonymous objects returned from private-in-file members should behave as for private class members
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
private var x: kotlin.Any
|
||||
private var x: x.<no name provided>
|
||||
public fun test(): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user