Eager resolve does not record class object bounds (which are unsupported anyways)

This commit is contained in:
Andrey Breslav
2014-03-06 15:29:21 +04:00
parent 9964ecc883
commit f7c5dc179c
6 changed files with 17 additions and 32 deletions
-3
View File
@@ -1,3 +0,0 @@
fun <T> foo() where class object T : Any {
T.<caret>toString()
}