Tests for showing synthetic methods in file structure view

This commit is contained in:
Nikolay Krasko
2014-05-29 01:47:36 +04:00
parent be6d68741b
commit 9c68beb7bc
7 changed files with 61 additions and 1 deletions
@@ -0,0 +1,12 @@
data open class TestData(val a: Int) {
fun some() {}
}
class Derived: TestData(1) {
val field = component1()
}
// TODO: show component1, component2 functions?
// TODO: should equals and hashCode be shown as declared in TestData?
// WITH_INHERITED