mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Use static names in typechecker. (#985)
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
// CHECK: fn Print (format_str: String) {
|
||||
// CHECK: ********** type checking **********
|
||||
// CHECK: checking pattern (format_str: String)
|
||||
// CHECK: types: Print: fn (String) -> ()
|
||||
// CHECK: values: Print: fun<Print>
|
||||
// CHECK: ********** type checking complete **********
|
||||
// CHECK: fn Print (format_str: String) {
|
||||
// CHECK: ********** starting execution **********
|
||||
|
||||
Reference in New Issue
Block a user