Files
kotlin-fork/idea/testData/formatter/FunctionReferenceOperator.kt
T
2017-01-09 12:19:29 +01:00

8 lines
65 B
Kotlin
Vendored

class Foo {
fun bar() {}
}
fun baz() {
Foo :: bar
}