Sign in
dart
/
sdk
/
ec8688d97aa1f0f622b93ccfc8677f12bc11ab6a
/
.
/
pkg
/
front_end
/
testcases
/
sealed_class
/
sealed_mixin_declaration.dart.strong.transformed.expect
blob: 797572b442b999364133ea4530de05b98e2b1d24 [
file
] [
log
] [
blame
]
library
/*isNonNullableByDefault*/
;
import
self
as
self
;
import
"dart:core"
as
core
;
abstract
sealed
class
M
extends
core
::
Object
/*isMixinDeclaration*/
{
}