Skip to content

Commit 1d3834b

Browse files
committed
refactor: change visibility of struct T to abstract
1 parent e528517 commit 1d3834b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/types.mbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
///|
16+
#visibility(change_to="abstract")
1617
pub(all) struct T {
1718
name : String
1819
buffer : StringBuilder

0 commit comments

Comments
 (0)