mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
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
|
|
}
|