evkaky
05/10/2017, 3:57 PMclass MyClass {
companion object {
fun myCoolStaticMethod() {
}
}
}
Java library (junit 5), which expects existing of static method myCoolStaticMethod tell me, that there is no such method in MyClass
What I’am doing wrong?kevinmost
05/10/2017, 3:58 PM@JvmStatic
evkaky
05/10/2017, 3:59 PMj_kapp
05/10/2017, 4:12 PMkevinmost
05/10/2017, 4:13 PM