Richard Smith 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
..
abstract_class.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
assign.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
assign_member.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
base_constructor.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
bound_method.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
bound_method_compound_member_access.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_function.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_function_from_instance.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_function_self.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_function_value.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_inheritance_function_call.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_inheritance_methods.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_inheritance_multiple.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_inheritance_shadow.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_inheritance_variables.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_subtyping_argument.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_subtyping_basic.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
class_subtyping_multiple.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
conversion.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
empty_class.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
fail_abstract_method_not_supported.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_call_method_before_typecheck.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_call_undefined_method.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_circular_inheritance.carbon adcb5fb0b5 Set class static type before base class lookup (#2931) vor 2 Jahren
fail_class_named_self.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_direct_base_class_init.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_extend_after_var.carbon cf2ddc6072 Temporary restriction that `extend base` is first in a class to avoid #2994 (#2995) vor 2 Jahren
fail_extend_final_class.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_extend_member_class.carbon cf2ddc6072 Temporary restriction that `extend base` is first in a class to avoid #2994 (#2995) vor 2 Jahren
fail_extend_non_class.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_extend_twice.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_field_access_mismatch.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_field_access_mismatch_base.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_field_assign_mismatch_base.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_field_mismatch.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_field_missing.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_impl_method_not_existing.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_impl_method_not_virtual.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_incomplete_in_conversion.carbon a5c8cbdbf8 Require a complete type when enumerating the fields of a class. (#2956) vor 2 Jahren
fail_instantiate_abstract_class_constructor.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_instantiate_abstract_class_empty.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_instantiate_abstract_class_struct.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_invalid_subtyping.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_member_call_before_typecheck.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_member_of_self.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_method_deduced.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_method_from_class.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_method_in_var.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_override_virtual_with_non_virtual.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_qualified_method.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_redeclare_virtual_method.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
fail_return_method.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_store_to_uninitialized_class.carbon 81e53886a8 Fix crash on use of uninitialized array element, and improve unformed checking (#2862) vor 2 Jahren
fail_use_before_typecheck.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_virtual_class_function.carbon 6b7a522b3f Provide local paths for file tests. (#2830) vor 3 Jahren
fail_virtual_method_absent.carbon 1505a634a4 Implement syntax changes from #2760 in Explorer (#2906) vor 2 Jahren
function_param.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
global_var.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
method.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
method_call_method.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
method_self.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
new_and_delete.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
new_and_delete_hierarchy.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
non_virtual_dispatch.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
non_virtual_dispatch_abstract.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
parametrized_base_class.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
pointer_conversion.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
temp.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
type_of_type.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
var.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
virtual_method.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
virtual_method_self.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren
virtual_method_shadowed_attr.carbon 212188a922 Prefer to put STDOUT CHECK at the end of the file. (#3073) vor 2 Jahren