Format spaces around ::
This commit is contained in:
committed by
Dmitry Jemerov
parent
406bac684c
commit
c5677f0428
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
fun bar() {}
|
||||
}
|
||||
|
||||
fun baz() {
|
||||
Foo::bar
|
||||
}
|
||||
Reference in New Issue
Block a user