Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1161)

Unified Diff: test/fixedbugs/bug089.go

Issue 173045: code review 173045: make test/fixedbugs save for optional semis (Closed)
Patch Set: code review 173045: make test/fixedbugs save for optional semis Created 15 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/fixedbugs/bug076.go ('k') | test/fixedbugs/bug194.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/bug089.go
===================================================================
--- a/test/fixedbugs/bug089.go
+++ b/test/fixedbugs/bug089.go
@@ -15,7 +15,7 @@
var i2 I2;
func
-main()
-{
+main() {
+
i2 = e().(I2); // bug089.go:16: fatal error: agen_inter i2i
}
« no previous file with comments | « test/fixedbugs/bug076.go ('k') | test/fixedbugs/bug194.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b