[IR][tests] Rename top-level declarations in visibility-related tests to distinguish them from nested declarations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public fun publicToInternalFunction() = 42
|
||||
public fun publicToPrivateFunction() = 42
|
||||
public fun publicToInternalTopLevelFunction() = 42
|
||||
public fun publicToPrivateTopLevelFunction() = 42
|
||||
|
||||
open class Container {
|
||||
public fun publicToProtectedFunction() = 42
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
internal fun publicToInternalFunction() = 42
|
||||
private fun publicToPrivateFunction() = 42
|
||||
internal fun publicToInternalTopLevelFunction() = 42
|
||||
private fun publicToPrivateTopLevelFunction() = 42
|
||||
|
||||
open class Container {
|
||||
protected fun publicToProtectedFunction() = 42
|
||||
|
||||
Reference in New Issue
Block a user