mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
8 lines
309 B
HTML
8 lines
309 B
HTML
<html>
|
|
<body>
|
|
<p>Detects `String + Message` calls.</p>
|
|
<!-- tooltip end -->
|
|
<p>Detects `String + Message` calls. `String + Message` is essentially `String + Message.toString()` and is different
|
|
from `Message + Message`. Such conversions are implicit and may lead to confusing behavior.</p>
|
|
</body>
|
|
</html> |