Skip to content

Diagnostic rendering is broken #486

@lsafer-meemer

Description

@lsafer-meemer

Describe the bug
Compilation fails when having an Rpc service with the same function name and parameter count but with different argument type(s).

To Reproduce
Steps to reproduce the behavior:

  1. Kotlin version: 2.2.0
  2. Gradle version: 8.14
  3. OS (Or at least KMP platform): jvm , android, wasmJs
  4. Minimal reproducer in code: below
  5. Error description: Fail didn't produce any error description. Just source location.
@Rpc
interface Foo {
    suspend fun doSomething(value: Int)
    suspend fun doSomething(value: Float)
}

Expected behavior
To compile and run fine.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions