mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +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