3d8d92c7d3
- test data files renamed from *.jet to *.kt
7 lines
184 B
Kotlin
Vendored
7 lines
184 B
Kotlin
Vendored
//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<!>
|
|
} |