mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
add: too many instance attributes
This commit is contained in:
parent
6ef11887ed
commit
33df21cbf2
1 changed files with 38 additions and 0 deletions
38
tests/linter/too_many.er
Normal file
38
tests/linter/too_many.er
Normal file
|
@ -0,0 +1,38 @@
|
|||
C = Class {
|
||||
foo_01 = Int;
|
||||
foo_02 = Int;
|
||||
foo_03 = Int;
|
||||
foo_04 = Int;
|
||||
foo_05 = Int;
|
||||
foo_06 = Int;
|
||||
foo_07 = Int;
|
||||
foo_08 = Int;
|
||||
foo_09 = Int;
|
||||
foo_10 = Int;
|
||||
foo_11 = Int;
|
||||
foo_12 = Int;
|
||||
foo_13 = Int;
|
||||
foo_14 = Int;
|
||||
foo_15 = Int;
|
||||
foo_16 = Int;
|
||||
foo_17 = Int;
|
||||
foo_18 = Int;
|
||||
foo_19 = Int;
|
||||
foo_20 = Int;
|
||||
foo_21 = Int;
|
||||
foo_22 = Int;
|
||||
foo_23 = Int;
|
||||
foo_24 = Int;
|
||||
foo_25 = Int;
|
||||
foo_26 = Int;
|
||||
foo_27 = Int;
|
||||
foo_28 = Int;
|
||||
foo_29 = Int;
|
||||
foo_30 = Int;
|
||||
foo_31 = Int;
|
||||
foo_32 = Int;
|
||||
foo_33 = Int;
|
||||
foo_34 = Int;
|
||||
foo_35 = Int;
|
||||
foo_36 = Int;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue