mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-03-25 04:40:33 +00:00
feat: implement annotations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'package:cherrypick_generator/cherrypick_generator.dart';
|
||||
|
||||
void main() {
|
||||
var awesome = Awesome();
|
||||
print('awesome: ${awesome.isAwesome}');
|
||||
}
|
||||
Reference in New Issue
Block a user