class A {
public void superMethod() {}
}
class B extends A {
@Override
public void superMethod() {}
}
(
if 3 == 0:
return 1
else:
return 2 * (
if 2 == 0:
return 1
else:
return 2 * (
if 1 == 0:
return 1
else:
return 2 * (
if 0 == 0:
return 1
else:
#Эта ветка никогда не выполнится
)
)
)
)
func () (id string) {
for id = generateString(32); unique(id); id = generateString(32) {
}
return id
}
do
{
id = GenerateString(32)
}while(unique(id))
try{
a=3;
return a;
}
catch{
a=0;
return a;
}
finaly
{
a=5;
}
git rebase -i %X%
(где %X%
= хеш коммита, идушего перед неправильным или @~N
, где N
= количество коммитов, которое прошло с коммита, идущего перед неправильным).pick
у неправильного коммита на drop
. Сохраняете и закрываете. Гит вычистит его.git push -f
.Choosing a color palette
Your app's color palette may be defined by using a custom palette suited to your brand, such as monochromatic, black and white, full color, or neutral. Alternatively, you may use the material design color palette. All color palettes should include sufficient contrast between different UI elements.