KT-15748 Type alias constructor return type should have a corresponding abbreviation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
public var longWords: kotlin.Int
|
||||
public val smallWords: java.util.HashSet<kotlin.String>
|
||||
public val smallWords: kotlin.collections.HashSet<kotlin.String> /* = java.util.HashSet<kotlin.String> */
|
||||
public fun test1(/*0*/ word: kotlin.String): kotlin.Any
|
||||
public fun test2(/*0*/ word: kotlin.String): kotlin.Any
|
||||
public fun test3(/*0*/ word: kotlin.String): kotlin.Any?
|
||||
|
||||
Reference in New Issue
Block a user