Mark
11/22/2019, 7:04 AMtook: $`it`ms
the compiler gives a warning saying the backticks are redundant. But then removing the backticks gives a compiler error!Jason Morris
11/22/2019, 7:11 AM"took ${it}ms"
. In the case of "took $itms"
the compiler is going to look for a variable called "itms" instead of "it".Mark
11/22/2019, 7:13 AMJason Morris
11/22/2019, 7:17 AMMark
11/22/2019, 7:18 AMIvan Kubyshkin [JetBrains]
11/22/2019, 8:21 AM