mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
reflect: replace all_test with copy from upstream
This commit is contained in:
+8089
-21
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,10 @@
|
|||||||
|
// Copyright 2021 The Go Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
package example1
|
||||||
|
|
||||||
|
type MyStruct struct {
|
||||||
|
MyStructs []MyStruct
|
||||||
|
MyStruct *MyStruct
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
// Copyright 2021 The Go Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style
|
||||||
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
package example2
|
||||||
|
|
||||||
|
type MyStruct struct {
|
||||||
|
MyStructs []MyStruct
|
||||||
|
MyStruct *MyStruct
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user