Move TEST_MODULE_NAME to KotlinTestUtils and change value to "test-module"
This name is more generic and thus can be used everywhere, not only in Java integration tests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"visibility": "private",
|
||||
"class": "PrivateClass",
|
||||
"members": [
|
||||
{"visibility": "internal", "declaration": "final fun accessUsage(): kotlin.Unit", "name": "accessUsage$java_integration_test", "desc": "()V"},
|
||||
{"visibility": "internal", "declaration": "final fun accessUsage(): kotlin.Unit", "name": "accessUsage$test_module", "desc": "()V"},
|
||||
{"visibility": "public", "declaration": "constructor PrivateClass()", "name": "<init>", "desc": "()V"}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user