Format spaces around ::

This commit is contained in:
Ilya Zorin
2017-01-06 16:55:27 +03:00
committed by Dmitry Jemerov
parent 406bac684c
commit c5677f0428
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,7 @@
class Foo {
fun bar() {}
}
fun baz() {
Foo::bar
}