Show "kotlin.Any" in decompiled text for local/anonymous types
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package test
|
||||
|
||||
class LocalClass {
|
||||
private fun foo() = run {
|
||||
class Local
|
||||
|
||||
Local()
|
||||
}
|
||||
|
||||
private val bar = object {}
|
||||
|
||||
private val sam = Runnable {}
|
||||
|
||||
private val sub = object : Runnable {
|
||||
override fun run() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user