blob: f69e592144a68e086be0dd8ee69f162cb54247e7 [file]
package test
fun foo() {
ClassWithStatics.staticMethod(ClassWithStatics.staticField)
}