[NI] Approximate types during type translation for IR

This commit is contained in:
Mikhail Zarechenskiy
2018-07-24 14:08:52 +03:00
parent dddaa74dac
commit f9b19c6286
2 changed files with 12 additions and 6 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +NewInference
// IGNORE_BACKEND: JS_IR, JVM_IR
// IGNORE_BACKEND: JVM_IR
class Recursive<T : Recursive<T>> : Generic<PlaceHolder<T>>, MainSupertype
open class Simple<T> : Generic<T>, MainSupertype