Renamed test data folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class X {
|
||||
internal fun foo() {
|
||||
val runnable = object : Runnable {
|
||||
internal var value = 10
|
||||
|
||||
override fun run() {
|
||||
println(value)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user