Move JVM specific IC tests to separate dir
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
open class A(x: Int)
|
||||
|
||||
// The use of annotation here is intentional, so no change for "fun A" is detected,
|
||||
// but after adding default value to A constructor, we want to force resolve to the constructor
|
||||
@Deprecated("Warning", level = DeprecationLevel.WARNING)
|
||||
fun A() = A(30)
|
||||
Reference in New Issue
Block a user