summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug023.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug023.go')
-rw-r--r--test/fixedbugs/bug023.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/bug023.go b/test/fixedbugs/bug023.go
index cce8c4543..6a189b470 100644
--- a/test/fixedbugs/bug023.go
+++ b/test/fixedbugs/bug023.go
@@ -6,11 +6,11 @@
package main
-type Type interface {
+export type Type interface {
TypeName() string;
}
-type TInt struct {
+export type TInt struct {
}
// TInt