Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
declarationChecks
/
kt2096.kt
blob: c6900bfe89793455dccf81e7edd6aa3ff14691b4 [
file
]
// FIR_IDENTICAL
//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
<!>
}