QuickFixMultiModule: change tests structure
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// Interface: to be implemented
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
// Interface: to be implemented
|
||||
actual interface Interface {
|
||||
actual fun foo(param: String): Int
|
||||
actual fun String.bar(y: Double): Boolean
|
||||
actual val isGood: Boolean
|
||||
actual var status: Int
|
||||
|
||||
actual class Nested {
|
||||
actual fun bar() {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user