import testData.libraries.* fun foo() { println("".exProp) val p = Pair(1, 2) println(p.exProp) }