Files
kotlin-fork/jps/jps-plugin/testData/incremental/pureKotlin/accessingFunctionsViaPackagePart/build.log
T
Alexander Udalov 9c8ee4eae6 Use '$' instead of '-' in package part class names
Otherwise some tools break (e.g. CheckMethodAdapter in ASM, used in generic
signature writer) because they expect class names to be Java identifiers.

Some tests fixed, some will be fixed in future commits

Original commit: c57441b51b
2014-09-26 10:22:20 +04:00

10 lines
235 B
Plaintext

Cleaning output files:
out/production/module/test/TestPackage$b$*.class
out/production/module/test/TestPackage$usage$*.class
out/production/module/test/TestPackage.class
End of files
Compiling files:
src/b.kt
src/usage.kt
End of files