mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +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