12 lines
175 B
Kotlin
Vendored
12 lines
175 B
Kotlin
Vendored
package javaStaticMethods
|
|
|
|
import forTests.javaContext.JavaClass.JavaStatic
|
|
|
|
fun main() {
|
|
//Breakpoint!
|
|
val a = 5
|
|
}
|
|
|
|
// EXPRESSION: JavaStatic.state()
|
|
// RESULT: 1: I
|