Transform anonymous types even for public symbols
This became necessary when we removed the requirement to specify types for public members, because otherwise everything fails not being able to locate the anonymous class from another module #KT-9072 Fixed EA-72801
This commit is contained in:
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
public fun foo(): foo.<no name provided>
|
||||
public fun foo(): kotlin.Any
|
||||
|
||||
Reference in New Issue
Block a user