[KLIB tool] Add tests for dumping IR signatures
^KT-62341
This commit is contained in:
committed by
Space Team
parent
a49723e35c
commit
93506bcb95
@@ -0,0 +1,13 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
package imported
|
||||
|
||||
private fun consume(anything: Any?) {
|
||||
anything.toString()
|
||||
}
|
||||
|
||||
fun test() {
|
||||
consume(foo.publicFun())
|
||||
consume(bar.publicVal)
|
||||
consume(foo.PublicClass())
|
||||
}
|
||||
Reference in New Issue
Block a user