You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1477,7 +1477,8 @@ class Employee {
1477
1477
// ...
1478
1478
}
1479
1479
1480
-
// Плохо, потому что Employee (Сотрудник) "имеет" налоговые данные. EmployeeTaxData (Налоговые_данные_сотрудника) не являются типом Employee (Сотрудника)
1480
+
// Плохо, потому что Employee (Сотрудник) "имеет" налоговые данные.
1481
+
// EmployeeTaxData (Налоговые_данные_сотрудника) не являются типом Employee (Сотрудника).
0 commit comments