Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
throw.kt
blob: ed75c76934ac48bcc2a246899387502ad3220b48 [
file
] [
log
] [
blame
]
fun foo
():
Int
{
<selection>
throw
Exception
()</
selection
>
}