10 lines
227 B
Plaintext
Vendored
10 lines
227 B
Plaintext
Vendored
// "Create function 'g'" "true"
|
|
class C {
|
|
private inline fun f() {
|
|
g()
|
|
}
|
|
|
|
private fun g() {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |