KT-2096 Abstract property with no type specified causes compiler to crash
#KT-2096 fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//KT-2096 Abstract property with no type specified causes compiler to crash
|
||||
|
||||
package c
|
||||
|
||||
abstract class Foo{
|
||||
<!PROPERTY_WITH_NO_TYPE_NO_INITIALIZER!>protected abstract val prop<!>
|
||||
}
|
||||
Reference in New Issue
Block a user