Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
<!>
}