JVM_IR. Support generic constructors after "Roll back constructor type parameters"

This commit is contained in:
Mikhael Bogdanov
2018-08-29 14:38:00 +02:00
committed by romanart
parent 0b926af203
commit 5c0cdac69f
2 changed files with 7 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class Outer {
inner class Inner<T>(val t: T) {
fun box() = t