restrictions_08.sol 159 B

123456
  1. library c {
  2. int x;
  3. }
  4. // ---- Expect: diagnostics ----
  5. // error: 3:13-18: library 'c' is not allowed to have contract variable 'x'