aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/deprecate-early-type-defs.scala
blob: e617ee54f8959443b1602756f5dd19bf4948fa85 (plain) (tree)
1
2
3
4
5
6
                                             




                                                
object Test extends dotty.runtime.LegacyApp {
// TODO NEEDS MANUAL CHANGE (early initializers)
// BEGIN copied early initializers
type T = Int
// END copied early initializers
}