• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SyntaxError: Cannot find type 'Class'.
2# panda#10421
3ClassNewInstance.sts
4
5# SyntaxError: Cannot find type 'HashMap'.
6# panda#10422
7StringFasta.sts
8
9# SyntaxError: Cannot find type 'Class'.
10# panda#10423
11generics_1.sts
12
13# panda#11502
14nullCoalesc.sts
15
16# panda#11104
17unboxing.sts
18
19# panda#11326
20GenericsTest.sts
21
22# panda#11327
23objectEquality.sts
24
25# FailKind.ES2PANDA_FAIL # panda#12518
26CastReference3.sts
27conditionalExpressionGenericLUB.sts
28
29# Failed due to lambda captures
30trailing-lambda-with-capture.sts
31
32# ignored until union types are properly implemented and non nullish base type of array types can be properly handled
33notNullMultidimensionalArray.sts
34
35# ignored until verifier can't handle if a field name can be static and non-static at the same time
36class-fields-same-name.sts
37
38# Disabled temporarily #I8EM2T implementation struct directly expanded to class
39struct-identifier.sts
40struct-init.sts
41struct-init2.sts
42struct_implements.sts
43top_level_03.sts
44
45# Functional type with rest parameter
46lambdaExpressionWithRestParameter.sts
47funcRefWithRestArguments.sts
48
49# Wrong type inferred for lambda
50type_param_in_union.sts
51
52# verifier false positive for 64 bit instructions on union types.
53# Issue: #16216
54union_wide_property_access.sts
55
56# Issue: #16049
57increment-on-nullish-type.sts
58
59# 15276
60n_overrideWithNullable.sts
61nullableType.sts
62
63#Issue 17949
64#SyntaxError: Cannot find type 'C'.
65lambdaWithLocalClassAccess.sts