Files
2016-04-26 13:59:11 +03:00

7 lines
64 B
Kotlin
Vendored

package foo.bar
import baz.Baz
class Foo {
val b = Baz()
}