[TEST] Add implementation of new infrastructure services for compiler tests
All of new classes lays in lays in :compiler:tests-common-new module which includes classes for FE 1.0 and FIR diagnostics tests and JVM black boxtests
This commit is contained in:
@@ -15,7 +15,7 @@ abstract class JsPlatform : SimplePlatform("JS") {
|
||||
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
object JsPlatforms {
|
||||
private object DefaultSimpleJsPlatform : JsPlatform()
|
||||
object DefaultSimpleJsPlatform : JsPlatform()
|
||||
|
||||
@Deprecated(
|
||||
message = "Should be accessed only by compatibility layer, other clients should use 'defaultJsPlatform'",
|
||||
|
||||
Reference in New Issue
Block a user