mirror of
https://github.com/Theaninova/DynamicC.git
synced 2026-01-20 08:22:51 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package main;
|
||||
|
||||
/*Generated by MPS */
|
||||
|
||||
import jetbrains.mps.generator.runtime.Generated;
|
||||
import jetbrains.mps.generator.impl.query.QueryProviderBase;
|
||||
|
||||
@Generated
|
||||
public class QueriesGenerated extends QueryProviderBase {
|
||||
public QueriesGenerated() {
|
||||
super(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user