-
Hi Markus!
I'm trying to do this:
```kotlin
@Test
fun `assert throws exceptions`() {
invoking { factory.create("") } `should throw` IllegalArgumentException::class
}
```…
-
com.intellij.diagnostic.PluginException: Unable to find template resource: vux; classLoader: PluginClassLoader(plugin=PluginDescriptor(name=element, id=com.shen.plugin.element, descriptorPath=plugin.x…
-
### Description of the bug:
Hi Team,
We have observed that the Kotlin Project is failing to load into IDE with below console output
Updating VCS...
Running Bazel info...
Command: bazel info --…
-
As of `v0.22.0`, if you edit the commit message with a specific file open, all changes are lost when the file is closed.
Steps to reproduce:
1. Open the commit dialog, and write any commit message…
-
One should be able to mock a function/method with context receivers as in the following example:
```
interface AProvider {
context(ContextProvider)
fun getA(a: String) = a
}
class Cont…
-
-
**Describe the bug** (*)
A clear and concise description of what the bug is.
```
java.lang.Throwable: Thread context was already set: com.intellij.openapi.actionSystem.ex.ActionContextElement@3…
-
As the title says, if the class/file exists and if I try to readd the file then Android Studio freezes and doesn't come out of it. Please let me know details you would need to help resolve this issue.…
-
* Investigate the options to fully support dbt jinja in SQL files, ideally being able to click through `{{ ref() }}` and `{{ source() }}` tags to navigate through the dbt codebase.
* Implement a firs…
-
I'm a newbie and I'm wondering how I can add inline styling to a div element.
Finally I need something like this: ``.
Adding the `id` was with the help of Google not so complicated:
```kotlin
…