ReadKotlinBinaryClassTest: List<*>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
import java.util.Collection
|
||||
|
||||
val Collection<*>.anotherSize : Int
|
||||
get() = size()
|
||||
Reference in New Issue
Block a user