-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tests: do not reference target from common
which isn't allowed anymore in K2. (cherry picked from commit 679ccaf)
- Loading branch information
Showing
27 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/androidNativeArm64Main/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/androidNativeArm64Main/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/androidNativeX64Main/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/androidNativeX64Main/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/jsMain/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/jsMain/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/jvmMain/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/jvmMain/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/linuxX64Main/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/linuxX64Main/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/mingwX64Main/kotlin/Bar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Bar { | ||
val baz = Foo().baz | ||
} |
5 changes: 5 additions & 0 deletions
5
integration-tests/src/test/resources/kmp/workload/src/mingwX64Main/kotlin/Baz.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.example | ||
|
||
class Baz { | ||
val bar = Foo().bar | ||
} |