Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
introduceParameter
/
classNoParams.kt.after
blob: 7df1beb5b626fb067bfbd33a0ec456303e89bc91 [
file
] [
log
] [
blame
]
class
A
(
i
:
Int
=
1
+
2
)
{
val a
=
i
}
fun test
()
{
A
()
}