ReadKotlinBinaryClassTest: List<*>

This commit is contained in:
Stepan Koltsov
2012-01-18 12:03:42 +04:00
parent 0229e725ab
commit 6ceb6816be
14 changed files with 95 additions and 29 deletions
@@ -0,0 +1,6 @@
package test
import java.util.Collection
val Collection<*>.anotherSize : Int
get() = size()