[Sol->Yul] Implementing type name.

This commit is contained in:
Djordje Mijovic
2020-12-30 17:19:03 +01:00
parent 1837e0ae7f
commit ddb05769a5
4 changed files with 42 additions and 2 deletions
@@ -22,7 +22,8 @@ contract Test is C {
return type(I).name;
}
}
// ====
// compileViaYul: also
// ----
// c() -> 0x20, 1, "C"
// a() -> 0x20, 1, "A"