1# SyntaxError: Cannot find type 'Class'. 2# panda#10421 3ClassNewInstance.ets 4 5# SyntaxError: Cannot find type 'HashMap'. 6# panda#10422 7StringFasta.ets 8 9# SyntaxError: Cannot find type 'Class'. 10# panda#10423 11generics_1.ets 12 13# panda#10623 14generic-set.ets 15 16# panda#11502 17nullCoalesc.ets 18 19# panda#11104 20unboxing.ets 21 22# panda#11326 23GenericsTest.ets 24 25# panda#11327 26objectEquality.ets 27 28# FailKind.ES2PANDA_FAIL 29CastReference3.ets 30conditionalExpressionGenericLUB.ets 31 32# Failed due to lambda captures 33trailing-lambda-with-capture.ets 34 35# ignored until union types are properly implemented and non nullish base type of array types can be properly handled 36notNullMultidimensionalArray.ets 37 38# ignored until verifier can't handle if a field name can be static and non-static at the same time 39class-fields-same-name.ets 40 41# Disabled temporarily #I8EM2T implementation struct directly expanded to class 42struct-identifier.ets 43struct-init.ets 44struct-init2.ets 45struct_implements.ets 46top_level_03.ets 47