зеркало из https://github.com/CryptoPro/go.git
trailing comma's are not accepted with current syntax
R=rsc, ken2 https://golang.org/cl/174047
This commit is contained in:
Родитель
b301351df9
Коммит
9bf0aab938
|
@ -22,8 +22,7 @@ r(c chan int, m int) {
|
|||
panicln("r",
|
||||
"m=", m,
|
||||
"r=", r,
|
||||
"h=", h[r],
|
||||
);
|
||||
"h=", h[r]);
|
||||
}
|
||||
h[r] = 2;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче