Extraction Engine: Report invisible types in the generated declaration header

#KT-6734 Fixed
This commit is contained in:
Alexey Sedunov
2015-03-05 16:38:11 +03:00
parent 5c871c92af
commit 5517c6c539
4 changed files with 80 additions and 41 deletions
@@ -0,0 +1,11 @@
// SIBLING:
class A {
private class Inner {
fun foo() {}
}
fun foo() {
val inner = Inner()
<selection>inner.foo()</selection>
}
}
@@ -0,0 +1 @@
Class A.Inner will become invisible after extraction