Files
kotlin-fork/jps-plugin/testData/incremental/pureKotlin/conflictingPlatformDeclarations/fun1.kt
T
Dmitry Petrov f227908151 Drop package facades:
- update incremental compilation tests
2015-10-19 16:03:21 +03:00

7 lines
95 B
Kotlin
Vendored

@file:JvmName("Utils")
@file:JvmMultifileClass
package test
fun function(list: List<Any>) {
}