5edc25d2ba
#KT-7287 Fixed
10 lines
106 B
Kotlin
Vendored
10 lines
106 B
Kotlin
Vendored
package customLib.simpleLibFile
|
|
|
|
public fun foo() {
|
|
1 + 1
|
|
}
|
|
|
|
class B {
|
|
public var prop: Int = 1
|
|
}
|