We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ccd9 commit 800e15aCopy full SHA for 800e15a
1 file changed
source/diag/cla/Computer.txt
@@ -4,13 +4,13 @@ class Computer{
4
- name: brand
5
+ SetBrand(brandP: string)
6
+ Computer(bP: string)
7
- + ToString(): string
+ + ToString() string
8
}
9
10
class Laptop{
11
+ «property» Battery: double
12
- int screenSize
13
+ «property» ScreenSize: int
14
- + Laptop(bap: double, ssP: int, brP: string)
15
+ + Laptop(baP: double, ssP: int, brP: string)
16
0 commit comments