package customLib.simpleLibFile public fun foo() { 1 + 1 } class B { public var prop: Int = 1 }