44edd94fea
#KT-14899 Fixed
12 lines
236 B
Plaintext
Vendored
12 lines
236 B
Plaintext
Vendored
// "Create member function 'Bar.foo'" "true"
|
|
fun foo() {
|
|
Bar.BAZ.foo()
|
|
}
|
|
|
|
enum class Bar {
|
|
BAZ;
|
|
|
|
fun foo() {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |