Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Play/Scala 应用程序中声明一个名为“type”的变量,因为我的数据具有此字段名称并且我正在使用 JSON 转换。它只是更有意义。
幸运的是,我可以重命名该字段,但仍然好奇是否有办法让编译器在声明变量时忽略类型保留字。
使用反引号:
var `type` = 42