blueprint-compiler/tests/sample_errors/warn_old_extern.blp
2023-01-12 15:49:19 -06:00

6 lines
No EOL
83 B
Text

using Gtk 4.0;
.MyClass {
prop: typeof(.MyOtherClass);
clicked => handler();
}