0451debda4
#KT-2413 in progress
6 lines
92 B
Kotlin
Vendored
6 lines
92 B
Kotlin
Vendored
package notExcludedPackage
|
|
|
|
fun someOtherFunction(): Int {
|
|
}
|
|
|
|
val someOtherProperty: Int = 5 |