TypeAccessibilityChecker: add more tests
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
expect class A
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
interface Some
|
||||
|
||||
class A(actual val <caret>a: Some, b: Int)
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// "Create expected class in common module testModule_Common" "true"
|
||||
// DISABLE-ERRORS
|
||||
|
||||
interface Some
|
||||
|
||||
actual class A(val a: Some, b: Int)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
These declarations cannot be transformed:
|
||||
a: Some
|
||||
(a: Some, b: Int)
|
||||
Reference in New Issue
Block a user