syntax.sol 259 B

12345678910
  1. contract y {
  2. function f() public {
  3. x.new{gas: 102}();
  4. }
  5. }
  6. contract x {}
  7. // ---- Expect: diagnostics ----
  8. // error: 4:23-31: 'gas' not permitted for external calls or constructors on Solana