K2: reproduce KT-60229
This commit is contained in:
committed by
Space Team
parent
c350280e64
commit
402e1de5fe
+8
@@ -0,0 +1,8 @@
|
||||
// ISSUE: KT-60299
|
||||
|
||||
private typealias T = Unit
|
||||
|
||||
internal fun x(): T {
|
||||
val something = "OK"
|
||||
something.hashCode()
|
||||
<!NO_RETURN_IN_FUNCTION_WITH_BLOCK_BODY!>}<!>
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// ISSUE: KT-60299
|
||||
|
||||
private typealias T = Unit
|
||||
|
||||
internal fun x(): T {
|
||||
val something = "OK"
|
||||
something.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user