Implement stub building for inner types
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package test
|
||||
|
||||
public final class InnerClasses<E, F> public constructor() {
|
||||
public final fun bar(x: test.InnerClasses<kotlin.String, kotlin.Double>.Inner2, y: test.InnerClasses<E, F>.Inner2): kotlin.Unit { /* compiled code */ }
|
||||
|
||||
public final inner class Inner<G, H> public constructor() {
|
||||
public final inner class Inner3<I> public constructor() {
|
||||
public final fun foo(x: test.InnerClasses<kotlin.String, F>.Inner<G, kotlin.Int>, y: test.InnerClasses<E, F>.Inner<E, kotlin.Double>, z: test.InnerClasses<kotlin.String, F>.Inner<G, kotlin.Int>.Inner3<kotlin.Double>, w: test.InnerClasses<E, F>.Inner<G, H>.Inner3<*>): kotlin.Unit { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
|
||||
public final inner class Inner2 public constructor() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user