Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
themusicgod1
/
prettier
Следить
0
В избранное
0
Ответвить
0
Файлы
Обсуждения
3
Запросы на слияние
0
Вики
Дерево:
abef84684d
Ветки
Метки
master
prettier
/
tests
/
bind_expressions
/
short_name_method.js
short_name_method.js
118 B
История
Исходник
1
2
3
4
5
6
7
8
9
class X {
constructor() {
this.shortMethod = ::this.shortMethod;
}
shortMethod() {
return true;
}
}