Build fix: multi-module quick fix test file rename
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// Interface: to be implemented
|
||||
impl interface Interface {
|
||||
fun foo(param: String): Int
|
||||
|
||||
fun String.bar(y: Double): Boolean
|
||||
|
||||
val isGood: Boolean
|
||||
|
||||
var status: Int
|
||||
}
|
||||
Reference in New Issue
Block a user