Merge remote branch 'origin/master'

This commit is contained in:
Andrey Breslav
2011-05-13 20:23:28 +04:00
9 changed files with 286 additions and 39 deletions
@@ -0,0 +1,7 @@
class Wrapper<T>() {
}
fun foo() {
val wrapper = new Wrapper<Int>()
return wrapper is Wrapper<String>
}