5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
fun outer(a: Int) {
|
|
SwingUtilities.invokeLater {
|
|
outer(a - 1)
|
|
}
|
|
} |