Add references from test to main in multiplatform test project
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@ package foo
|
||||
|
||||
header class PlatformClass {
|
||||
val value: String
|
||||
}
|
||||
}
|
||||
|
||||
class CommonClass
|
||||
+4
-2
@@ -1,5 +1,7 @@
|
||||
package foo
|
||||
|
||||
header class PlatformTest {
|
||||
//val value: PlatformClass
|
||||
}
|
||||
val value: PlatformClass
|
||||
}
|
||||
|
||||
class CommonTest(val commonClass: CommonClass)
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package foo
|
||||
|
||||
impl class PlatformTest {
|
||||
//impl val value: PlatformClass = PlatformClass()
|
||||
impl val value: PlatformClass = PlatformClass()
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
package foo
|
||||
|
||||
impl class PlatformTest {
|
||||
//impl val value: PlatformClass = PlatformClass()
|
||||
impl val value: PlatformClass = PlatformClass()
|
||||
}
|
||||
Reference in New Issue
Block a user