Sign in
dart
/
sdk
/
2c9089f120bc1dfee5d82b6314cde9ca095aa46b
/
.
/
pkg
/
front_end
/
testcases
/
macros
/
duplicate_augment.dart.textual_outline_modelled.expect
blob: d5f1c160550f9bf7e38da76bf27b235b5326252b [
file
] [
log
] [
blame
]
import
augment
'duplicate_augment_lib.dart'
;
class
AugmentedClass
{
static
void
augmentedStaticMethod
()
{}
void
augmentedInstanceMethod
()
{}
}
void
augmentedTopLevelMethod
()
{}