You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Register class type parameters from outer contexts in typedDefdef.
- Remove a condition to support gadt approximation for class type parameters.
- Add test cases in tests/pos/class-gadt.
- Ignore test cases tests/pos/i4345.scala and i5735.scala (issue scala#11220 and scala#11221)
Compiler version
Scala compiler version 3.0.0-M3
Minimized code
This code is inspired by
tests/pos/i5735.scala
.Output
It can be compiled without
-Yno-deep-subtypes
. But with-Yno-deep-subtypes
, the result isExpectation
It seems that the assertion failure occurs when the compiler checks
Y <: Nested[T, Tuple2, Unit]
.The text was updated successfully, but these errors were encountered: