Add test for KT-28654
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public fun </*0*/ K> select(): K
|
||||
public fun test(): kotlin.Unit
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public fun </*0*/ K> select(): K
|
||||
public fun test(): kotlin.Unit
|
||||