Build fix: multi-module quick fix test file rename

This commit is contained in:
mglukhikh
2017-01-05 22:27:54 +03:00
parent 5db75c993b
commit 238eaf0d0e
14 changed files with 0 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
// My: to be implemented
impl class My {
impl fun foo(param: String): Int {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}
impl fun String.bar(y: Double): Boolean {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}
impl fun baz() {}
constructor(flag: Boolean) {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}
impl val isGood: Boolean
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
impl var status: Int
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
set(value) {}
}