mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
class TestFirst {
|
||||
class object {
|
||||
fun testing(a: InnerClass) = 45
|
||||
fun testing(a: NotInnerClass) = 45
|
||||
}
|
||||
|
||||
inner class InnerClass
|
||||
inner class NotInnerClass
|
||||
}
|
||||
Reference in New Issue
Block a user