mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-12-19 04:40:19 +00:00
java go byebye
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package gay.pizza.pork.buildext.ast
|
||||
|
||||
enum class AstPrimitive(val id: String) {
|
||||
@Suppress("RemoveRedundantQualifierName")
|
||||
enum class AstPrimitive(val id: kotlin.String) {
|
||||
Boolean("Boolean"),
|
||||
String("String"),
|
||||
Int("Int"),
|
||||
|
||||
Reference in New Issue
Block a user