Implement Abstract Member Intention: Support primary constructor parameters
#KT-8427 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// IS_APPLICABLE: false
|
||||
// DISABLE-ERRORS
|
||||
interface A {
|
||||
abstract fun <caret>foo(): Int
|
||||
}
|
||||
|
||||
class B : A {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user