Files
kotlin/idea/testData/multiModuleQuickFix/withFakeJvm/jvm/foo.kt.after
Mikhail Glukhikh 561d7749b1 Choose implementing module correctly in "create actual fix"
Take implements / expectedBy dependency into account
So #KT-20803 Fixed
2017-10-30 14:13:10 +03:00

4 lines
166 B
Plaintext
Vendored

// foo: to be implemented
actual fun foo(arg: Int): String {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}