This commit is contained in:
Dummi26 2023-04-01 16:29:46 +02:00
parent 794e776e25
commit 3dea550565

View File

@ -1 +1,9 @@
x = if true enum_b: enum_a: "hello" else "world"
x.debug()
switch! x {
string {
println("no enum")
x.println()
}
enum_b(enum_a(string)) x.noenum().noenum().println()
}