KT-304: Resolve supertype reference to class anyway.

#KT-304 Fixed
This commit is contained in:
Pavel V. Talanov
2012-07-25 13:34:21 +04:00
parent 1efd02effe
commit 84217393f6
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
open class Foo() : `Bar`Bar() {
}
~Bar~open class Bar<T>() {
}