Files
kotlin-fork/idea/testData/refactoring/pushDown/k2k/accidentalOverrides.kt.messages
T
2016-09-27 21:26:31 +03:00

4 lines
418 B
Plaintext
Vendored

Function 'fun foo(Boolean): Boolean' in class B will override corresponding member of class A after refactoring
Function 'fun foo(Int, Int): Int' in class B will override corresponding member of class A after refactoring
Property 'val y: Boolean' in class B will override corresponding member of class A after refactoring
Property 'val z: Int' in class B will override corresponding member of class A after refactoring