Minor changes after review

This commit is contained in:
Valentin Kipyatkov
2015-02-19 14:11:16 +03:00
parent 67027e2a2d
commit c9a05aac0f
3 changed files with 44 additions and 31 deletions
@@ -7,7 +7,7 @@ class Outer {
class Nested
class C {
fun foo(p1: Nested, p2: ClassObjectNested, p3: Nested2) { }
fun foo(p1: Nested, p2: ClassObjectNested, p3: Inner) { }
inner class Inner
inner class Inner2
@@ -4,7 +4,7 @@ class Outer {
class Nested
class C {
fun foo(p1: Nested, p2: ClassObjectNested, p3: Nested2) { }
fun foo(p1: Nested, p2: ClassObjectNested, p3: Inner) { }
inner class Inner
inner class Inner2