mirror of
https://github.com/golang/go
synced 2024-11-26 21:01:31 -07:00
54c8948f7f
R=r OCL=13723 CL=13723
16 lines
150 B
Go
16 lines
150 B
Go
package D
|
|
|
|
type T0 int
|
|
|
|
export type T1 struct {
|
|
n int;
|
|
a, b T0;
|
|
}
|
|
|
|
export type T2 struct {
|
|
u, v float;
|
|
}
|
|
|
|
export func (obj *T2) M1(u, v float) {
|
|
}
|