Drop package facades: fix evaluation tests
This commit is contained in:
@@ -49,6 +49,11 @@ public object PackagePartClassUtils {
|
||||
else
|
||||
"_$str"
|
||||
|
||||
@TestOnly
|
||||
@JvmStatic
|
||||
public fun getDefaultFileClassFqName(packageFqName: FqName, file: VirtualFile): FqName =
|
||||
getPackagePartFqName(packageFqName, file.name)
|
||||
|
||||
@TestOnly
|
||||
@JvmStatic
|
||||
public fun getDefaultPartFqName(facadeClassFqName: FqName, file: VirtualFile): FqName =
|
||||
|
||||
Reference in New Issue
Block a user