Please choose the appropriate template and fill in all sections
# Bug Report
*Affected Version*:
*API* (fluent-en_GB, infix-en_GB):
*Platform* (jvm, js):
*Extension* (none, kotlin 1.3): none
## How to reproduce the problem
Consider the following code snippet
```kotlin
expect("this dummy text").wasReplaced.withYourCode()
```
## Describe the bug
A clear and concise description of what the bug is.
## Expected behaviour
A clear and concise description of what you expected to happen.
# Feature Request
*Platform* (all, jvm, js): all
*Extension* (none, kotlin 1.3): none
## Code related feature
```
expect(listOf(1, 2)).myDesiredFeature(...)
```
## Non-Code related feature
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.