fail_access_error.carbon 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. //
  5. // AUTOUPDATE
  6. // TIP: To test this file alone, run:
  7. // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/tuple/access/fail_access_error.carbon
  8. // TIP: To dump output, run:
  9. // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/tuple/access/fail_access_error.carbon
  10. var a: (i32, i32) = (12, 6);
  11. // CHECK:STDERR: fail_access_error.carbon:[[@LINE+3]]:17: error: name `oops` not found [NameNotFound]
  12. // CHECK:STDERR: var b: i32 = a.(oops);
  13. // CHECK:STDERR: ^~~~
  14. var b: i32 = a.(oops);
  15. // CHECK:STDOUT: --- fail_access_error.carbon
  16. // CHECK:STDOUT:
  17. // CHECK:STDOUT: constants {
  18. // CHECK:STDOUT: %int_32: Core.IntLiteral = int_value 32 [template]
  19. // CHECK:STDOUT: %i32: type = class_type @Int, @Int(%int_32) [template]
  20. // CHECK:STDOUT: %tuple.type.471: type = tuple_type (%i32, %i32) [template]
  21. // CHECK:STDOUT: %int_12.6a3: Core.IntLiteral = int_value 12 [template]
  22. // CHECK:STDOUT: %int_6.462: Core.IntLiteral = int_value 6 [template]
  23. // CHECK:STDOUT: %tuple.type.f94: type = tuple_type (Core.IntLiteral, Core.IntLiteral) [template]
  24. // CHECK:STDOUT: %Convert.type.cd1: type = fn_type @Convert.1, @ImplicitAs(%i32) [template]
  25. // CHECK:STDOUT: %impl_witness.5b0: <witness> = impl_witness (imports.%import_ref.723), @impl.1(%int_32) [template]
  26. // CHECK:STDOUT: %Convert.type.466: type = fn_type @Convert.2, @impl.1(%int_32) [template]
  27. // CHECK:STDOUT: %Convert.925: %Convert.type.466 = struct_value () [template]
  28. // CHECK:STDOUT: %Convert.bound.8aa: <bound method> = bound_method %int_12.6a3, %Convert.925 [template]
  29. // CHECK:STDOUT: %Convert.specific_fn.545: <specific function> = specific_function %Convert.bound.8aa, @Convert.2(%int_32) [template]
  30. // CHECK:STDOUT: %int_12.43d: %i32 = int_value 12 [template]
  31. // CHECK:STDOUT: %Convert.bound.b1c: <bound method> = bound_method %int_6.462, %Convert.925 [template]
  32. // CHECK:STDOUT: %Convert.specific_fn.b26: <specific function> = specific_function %Convert.bound.b1c, @Convert.2(%int_32) [template]
  33. // CHECK:STDOUT: %int_6.b03: %i32 = int_value 6 [template]
  34. // CHECK:STDOUT: %tuple: %tuple.type.471 = tuple_value (%int_12.43d, %int_6.b03) [template]
  35. // CHECK:STDOUT: }
  36. // CHECK:STDOUT:
  37. // CHECK:STDOUT: imports {
  38. // CHECK:STDOUT: %Core: <namespace> = namespace file.%Core.import, [template] {
  39. // CHECK:STDOUT: .Int = %import_ref.187
  40. // CHECK:STDOUT: .ImplicitAs = %import_ref.a69
  41. // CHECK:STDOUT: import Core//prelude
  42. // CHECK:STDOUT: import Core//prelude/...
  43. // CHECK:STDOUT: }
  44. // CHECK:STDOUT: }
  45. // CHECK:STDOUT:
  46. // CHECK:STDOUT: file {
  47. // CHECK:STDOUT: package: <namespace> = namespace [template] {
  48. // CHECK:STDOUT: .Core = imports.%Core
  49. // CHECK:STDOUT: .a = %a
  50. // CHECK:STDOUT: .b = %b
  51. // CHECK:STDOUT: }
  52. // CHECK:STDOUT: %Core.import = import Core
  53. // CHECK:STDOUT: %a.var: ref %tuple.type.471 = var a
  54. // CHECK:STDOUT: %a: ref %tuple.type.471 = bind_name a, %a.var
  55. // CHECK:STDOUT: %b.var: ref %i32 = var b
  56. // CHECK:STDOUT: %b: ref %i32 = bind_name b, %b.var
  57. // CHECK:STDOUT: }
  58. // CHECK:STDOUT:
  59. // CHECK:STDOUT: fn @__global_init() {
  60. // CHECK:STDOUT: !entry:
  61. // CHECK:STDOUT: %int_12: Core.IntLiteral = int_value 12 [template = constants.%int_12.6a3]
  62. // CHECK:STDOUT: %int_6: Core.IntLiteral = int_value 6 [template = constants.%int_6.462]
  63. // CHECK:STDOUT: %.loc11_27.1: %tuple.type.f94 = tuple_literal (%int_12, %int_6)
  64. // CHECK:STDOUT: %impl.elem0.loc11_27.1: %Convert.type.cd1 = impl_witness_access constants.%impl_witness.5b0, element0 [template = constants.%Convert.925]
  65. // CHECK:STDOUT: %Convert.bound.loc11_27.1: <bound method> = bound_method %int_12, %impl.elem0.loc11_27.1 [template = constants.%Convert.bound.8aa]
  66. // CHECK:STDOUT: %Convert.specific_fn.loc11_27.1: <specific function> = specific_function %Convert.bound.loc11_27.1, @Convert.2(constants.%int_32) [template = constants.%Convert.specific_fn.545]
  67. // CHECK:STDOUT: %int.convert_checked.loc11_27.1: init %i32 = call %Convert.specific_fn.loc11_27.1(%int_12) [template = constants.%int_12.43d]
  68. // CHECK:STDOUT: %.loc11_27.2: init %i32 = converted %int_12, %int.convert_checked.loc11_27.1 [template = constants.%int_12.43d]
  69. // CHECK:STDOUT: %tuple.elem0: ref %i32 = tuple_access file.%a.var, element0
  70. // CHECK:STDOUT: %.loc11_27.3: init %i32 = initialize_from %.loc11_27.2 to %tuple.elem0 [template = constants.%int_12.43d]
  71. // CHECK:STDOUT: %impl.elem0.loc11_27.2: %Convert.type.cd1 = impl_witness_access constants.%impl_witness.5b0, element0 [template = constants.%Convert.925]
  72. // CHECK:STDOUT: %Convert.bound.loc11_27.2: <bound method> = bound_method %int_6, %impl.elem0.loc11_27.2 [template = constants.%Convert.bound.b1c]
  73. // CHECK:STDOUT: %Convert.specific_fn.loc11_27.2: <specific function> = specific_function %Convert.bound.loc11_27.2, @Convert.2(constants.%int_32) [template = constants.%Convert.specific_fn.b26]
  74. // CHECK:STDOUT: %int.convert_checked.loc11_27.2: init %i32 = call %Convert.specific_fn.loc11_27.2(%int_6) [template = constants.%int_6.b03]
  75. // CHECK:STDOUT: %.loc11_27.4: init %i32 = converted %int_6, %int.convert_checked.loc11_27.2 [template = constants.%int_6.b03]
  76. // CHECK:STDOUT: %tuple.elem1: ref %i32 = tuple_access file.%a.var, element1
  77. // CHECK:STDOUT: %.loc11_27.5: init %i32 = initialize_from %.loc11_27.4 to %tuple.elem1 [template = constants.%int_6.b03]
  78. // CHECK:STDOUT: %.loc11_27.6: init %tuple.type.471 = tuple_init (%.loc11_27.3, %.loc11_27.5) to file.%a.var [template = constants.%tuple]
  79. // CHECK:STDOUT: %.loc11_28: init %tuple.type.471 = converted %.loc11_27.1, %.loc11_27.6 [template = constants.%tuple]
  80. // CHECK:STDOUT: assign file.%a.var, %.loc11_28
  81. // CHECK:STDOUT: %a.ref: ref %tuple.type.471 = name_ref a, file.%a
  82. // CHECK:STDOUT: %oops.ref: <error> = name_ref oops, <error> [template = <error>]
  83. // CHECK:STDOUT: assign file.%b.var, <error>
  84. // CHECK:STDOUT: return
  85. // CHECK:STDOUT: }
  86. // CHECK:STDOUT: